home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / enlightenment / modules / tclock / tclock.edc < prev    next >
Text File  |  2006-01-09  |  1KB  |  74 lines

  1. // Sample EDC
  2. images {
  3.     image, "background.png" COMP;
  4. }
  5. collections {
  6.     group {
  7.     name, "tclock/main";
  8.     min, 32 32;
  9.     max, 1024 768;
  10.     
  11.     parts {
  12.         part {
  13.         name, "background";
  14.         type, IMAGE;
  15.         mouse_events, 0;
  16.         description { 
  17.                 state, "default" 0.0;
  18.             rel1 {
  19.             relative, 0.0 0.0;
  20.             offset, 0 0;
  21.             }
  22.             rel2 {
  23.             relative, 1.0 1.0;
  24.             offset, -1 -1;
  25.             }
  26.             image {
  27.             normal, "background.png";
  28.             }
  29.             
  30.         }
  31.     }
  32.     
  33. part {
  34.     name: "tclock_format";
  35.     type: TEXT;
  36.     mouse_events, 0;
  37.     description {
  38.     state: " %a %d,%b %H:%M" 0.0;
  39.     }
  40. }
  41.  
  42. part {
  43.     name: "tclock_text";
  44.     type: TEXT;
  45.     effect:         SOFT_SHADOW;
  46.     mouse_events, 0;
  47.     
  48.     description {
  49.     state, "default" 0.0;
  50.     rel1 {
  51.         relative, 0.0 0.0;
  52.         offset, 0 0;
  53.     }
  54.  
  55.     rel2 {
  56.         relative, 1.0 1.0;
  57.         offset, -1 -1;
  58.     }
  59.     color: 255 255 255 230;
  60.     //color2: 0 0 255 155;                                             
  61.     color3: 0 0 0 50; 
  62.     text {
  63.         text, "Starting the clock...";
  64.         font, "vera";
  65.         size, 16;
  66.         align, 0.5 0.5;
  67.     }
  68. }
  69. }
  70. } /* Close Parts */
  71.  
  72. } /* Close Group */
  73. } /* Close Coll */
  74.